flag.FlagSet.sprintf (method)
6 uses
flag (current package)
flag.go#L1013: panic(f.sprintf("flag %q begins with -", name))
flag.go#L1015: panic(f.sprintf("flag %q contains =", name))
flag.go#L1024: msg = f.sprintf("flag redefined: %s", name)
flag.go#L1026: msg = f.sprintf("%s flag redefined: %s", f.name, name)
flag.go#L1050: func (f *FlagSet) sprintf(format string, a ...any) string {
flag.go#L1059: msg := f.sprintf(format, a...)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |